[Manager Summary]
Creates a custom page setup dialog box when called by the Carbon Printing Manager.
void PMPageSetUpDialogInitProcPtr(PMPageFormat pageFormat, PMDialog *theDialog)
PARAMETERS
pageFormat
- A PMPageFormat object. Your application bases its custom page setup dialog box on the object passed to it in this parameter.
theDialog
- A pointer to a PMDialog object. Your application must initialize this object.
- function result
- A result code. See Result Codes.
DISCUSSION
If you need to create a custom page setup dialog box for your application, you must provide a function that initializes a PMDialog object. (Such an initialization function is defined by the PMPageSetUpDialogInitProcPtr data type.)
Use the PMPageSetUpDialogMain function to install your initialization function in your printing loop.
Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.